home *** CD-ROM | disk | FTP | other *** search
/ Eros - Digital Erotica & Games / Eros - Digital Erotica & Games.iso / mac / EROS vol.1 / EROS vol.DXR / 00276.ls < prev    next >
Encoding:
Text File  |  1995-07-07  |  367 b   |  11 lines

  1. on mouseUp
  2.   global md1
  3.   if the castNum of sprite 6 = the number of cast "vfend" then
  4.     set md1 to the duration of cast the number of cast "vfstart" - 3
  5.     set the castNum of sprite 6 to the number of cast "vfstart"
  6.   else
  7.     set the castNum of sprite 6 to the castNum of sprite 6 + 1
  8.     set md1 to the duration of cast the castNum of sprite 6 - 3
  9.   end if
  10. end
  11.